home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 76 / MF_UK_76_1.iso / Education Feature / MicroWorlds 2.03 Try Me / MicroWorlds 2.03 Try Me.rsrc / TEXT_618_name.txt < prev    next >
Encoding:
Text File  |  1998-05-08  |  343 b   |  12 lines

  1. name word-or-list word 
  2.  
  3. Creates a variable and gives it the valueword-or-list. Such variables keep their value as long as you don't clear them or quit MicroWorlds. They are not saved with your project. See clearnames, make, and createprojectvar.
  4.  
  5. Example: 
  6.  
  7. name [Peter Anne Geni] "class 
  8. show :class 
  9. Peter Anne Geni
  10. show first :class
  11. Peter
  12.